* xfns.c (x_real_positions): Fix signedness of local var 'ign'.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 17 Jan 2011 07:45:28 +0000 (23:45 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 17 Jan 2011 07:45:28 +0000 (23:45 -0800)
commitc1c52675683a57fb404e771965189b0284aeda4f
tree3607c367d92fee43b0554deb45d4cbb7da5f755c
parentfcafd75608e221e4c8dbe3b862bce50e3644e92f
* xfns.c (x_real_positions): Fix signedness of local var 'ign'.

XGetGeometry wants unsigned int *, not int *, for its last 4 args,
so change the type of 'ign' to unsigned int from int.
src/ChangeLog
src/xfns.c